From Cppreference
| Defined in header <cmath>
|
|
|
|
| #define FP_SUBNORMAL /*implementation defined*/
|
| (C++0x feature)
|
|
|
|
The FP_SUBNORMAL macro expands to an integer constant expression. It represents a type of floating point values and indicates that the value is subnormal.
See also
|
|
|
| categorizes the given floating point value (function)
|
|
|
|
| indicates infinite floating point value (macro constant)
|
|
|
|
| indicates not-a-number (NaN) (macro constant)
|
|
|
|
| indicates normal number (macro constant)
|
|
|
|
| indicates zero (macro constant)
|